global error meaning in Chinese
全局误差
全面误差
整体误差
整体性错误
Examples
- If you have a global error handler , it takes precedence over error handling specified in the
如果您具有全局错误处理程序,则它优先于在 - This section describes how to check for errors in your pages and create global error handlers
本节介绍如何检查页面中的错误以及如何创建全局错误处理程序。 - Provides steps for creating a global error handler to catch unhandled errors anywhere in an asp . net web application
提供有关步骤,说明如何创建在asp . net web应用程序中的任意位置捕获未处理错误的全局错误处理程序。 - Create a global error handler at the page or application level that catches all unhandled exceptions and routes them to a generic error page
在捕捉所有未处理异常并将它们发送到一般错误页的页级别或应用程序级别上,创建全局错误处理程序。 - Element in the configuration file to redirect to a custom error page and creating a global error handler that is called if an unhandled exception occurs anywhere in the application
元素以重定向到自定义错误页,并创建一个在应用程序任意位置出现未处理的异常时进行调用的全局错误处理程序。